比较两个数组里面的不同的值并 找出来 工具类 public static <T> List<T> compare(T[] t1, T[] t2) { List<T> list1 = Arrays.a ...